It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-04-03 0 2 // 1 2025-04-04 0 4 // 2 2025-04-05 0 0 // 3 2025-04-06 0 0 // 4 2025-04-07 0 4 // 5 2025-04-08 1 8 // 6 2025-04-09 0 9 // 7 2025-04-10 0 11 // 8 2025-04-11 0 14 // 9 2025-04-12 0 0 // 10 2025-04-13 0 0 // 11 2025-04-14 0 16 // 12 2025-04-15 0 5 // 13 2025-04-16 0 1 // 14 2025-04-17 0 0 // 15 2025-04-18 0 9 // 16 2025-04-19 0 12 // 17 2025-04-20 0 1 // 18 2025-04-21 0 2 // 19 2025-04-22 2 3 // 20 2025-04-23 0 4